home *** CD-ROM | disk | FTP | other *** search
/ Secret & Below Interoperability (Unclassified) / Secret_and_Below_Interoperability_Version_1.0_Defense_Information_Systems_Agency_June_2000.iso / Mod02 / M02_03_01.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(release).as
Text File  |  2000-03-15  |  260b  |  12 lines

  1. on(release){
  2.    setProperty("_level3", _visible, "0");
  3.    setProperty("_level1", _visible, "0");
  4.    setProperty("_level2", _visible, "100");
  5.    tellTarget("_level2")
  6.    {
  7.       gotoAndStop("ACTIVE");
  8.       play();
  9.    }
  10.    set("_level0:DONE","1");
  11. }
  12.